Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.testing.springbootapplications.autoconfiguredspringdatajpa.withoutdb
Package-level
declarations
Types
Types
My
Repository
Tests
Link copied to clipboard
@
DataJpaTest
class
MyRepositoryTests
(
@
Autowired
val
entityManager
:
TestEntityManager
,
@
Autowired
val
repository
:
UserRepository
)
User
Link copied to clipboard
class
User
(
val
username
:
String
,
val
employeeNumber
:
String
)
User
Repository
Link copied to clipboard
interface
UserRepository